home *** CD-ROM | disk | FTP | other *** search
- Path: news.cencom.net!ns!tanp
- From: tanp@ns (Bill Wendling)
- Newsgroups: comp.lang.c
- Subject: Re: Matrix Multiplication
- Date: 24 Jan 1996 05:15:51 GMT
- Organization: Cen-Com Internet
- Message-ID: <4e4fa7$51o@news.cencom.net>
- References: <1996Jan22.110440@gamma.ntu.ac.sg>
- NNTP-Posting-Host: ns.cencom.net
- X-Newsreader: TIN [version 1.2 PL2]
-
- Long inexplicably wrote:
- } Dear all,
-
- } I would like to know whether anyone of you out there has better ways to
- } do matrix multiplication (optimised for speed) in C either than using
- } two nested for loops.
-
- Try using Gaussian Elimination to make the array have either only
- values on the diagnol or one value...Then multiply with just one for loop.
-
- Does this help?
-
- --
- Bill Wendling | "Pinky, are you thinking what I'm thinking?"
- tanp@ns.cencom.net | "I think so, Brain, but burlap chafes me so."
- "Boom Shanka" | Finger me for my Geek Code...NOW!
-